Lots of classes for System.Web from Gaurav were
committed this morning.
Some large recent developments:
The Decimal implementation from Martin Weindel has been
partially integrated (we need to put the internalcalls in place
now and compile and link the decimal code).
Derek Holden committed recently the IntegerFormatter code into
the CVS, so we got a pretty comprehensive integer formatting
engine that we can finally use all over the place.
Compiler got support for lock as well as assorted bug fixes.
Ravi is still working on array support (and then we can optimize
foreach for the array case).
Dietmar is busy working on flow analysis on the JITer, the
previous mechanism of generating the forest was wrong. Paolo has
been a busy bee reworking the System.Reflection.Emit support code,
and we should have some pretty nice stuff next week. Dick on the
other hand is still working on the WaitOne/WaitAll emulation code.
WaitAll is like select on steroids: it can wait for different
kinds of objects: files, mutexes, events and a couple of others.
Mike Kestner is busy working on Gtk# which is now using the
.defs files to quickly wrap the API.